home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ftp.postinst < prev    next >
Text File  |  2008-05-03  |  246b  |  9 lines

  1. #!/bin/sh -e
  2. # $Id: postinst,v 1.1 2000/03/23 10:27:08 herbert Exp $
  3.  
  4. update-alternatives --install /usr/bin/ftp ftp /usr/bin/netkit-ftp 100 \
  5.             --slave /usr/share/man/man1/ftp.1.gz ftp.1.gz \
  6.                     /usr/share/man/man1/netkit-ftp.1.gz
  7.  
  8.  
  9.